﻿2026-08-03T03:37:11.6904058Z ##[group]Run actions/checkout@v5
2026-08-03T03:37:11.6904515Z with:
2026-08-03T03:37:11.6904858Z   repository: BigscreenVR/spt-bs-core
2026-08-03T03:37:11.6907719Z   token: ***
2026-08-03T03:37:11.6908072Z   ssh-strict: true
2026-08-03T03:37:11.6908405Z   ssh-user: git
2026-08-03T03:37:11.6908739Z   persist-credentials: true
2026-08-03T03:37:11.6909212Z   clean: true
2026-08-03T03:37:11.6909578Z   sparse-checkout-cone-mode: true
2026-08-03T03:37:11.6909974Z   fetch-depth: 1
2026-08-03T03:37:11.6910298Z   fetch-tags: false
2026-08-03T03:37:11.6910634Z   show-progress: true
2026-08-03T03:37:11.6910977Z   lfs: false
2026-08-03T03:37:11.6911296Z   submodules: false
2026-08-03T03:37:11.6911630Z   set-safe-directory: true
2026-08-03T03:37:11.6912013Z   allow-unsafe-pr-checkout: false
2026-08-03T03:37:11.6912427Z ##[endgroup]
2026-08-03T03:37:11.7648766Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-03T03:37:11.7650561Z ##[group]Getting Git version info
2026-08-03T03:37:11.7651234Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-03T03:37:11.7652147Z [command]/usr/bin/git version
2026-08-03T03:37:11.7683946Z git version 2.43.0
2026-08-03T03:37:11.7700971Z ##[endgroup]
2026-08-03T03:37:11.7708893Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/868c96d4-fb9e-4cf7-9590-b9df1b3c35bd/.gitconfig'
2026-08-03T03:37:11.7715964Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/868c96d4-fb9e-4cf7-9590-b9df1b3c35bd' before making global git config changes
2026-08-03T03:37:11.7717118Z Adding repository directory to the temporary git global config as a safe directory
2026-08-03T03:37:11.7719243Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-03T03:37:11.7750791Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-03T03:37:11.7768784Z https://github.com/BigscreenVR/spt-bs-core
2026-08-03T03:37:11.7778547Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-03T03:37:11.7781046Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-03T03:37:11.7802938Z refs/heads/main
2026-08-03T03:37:11.7809449Z [command]/usr/bin/git checkout --detach
2026-08-03T03:37:11.8178316Z HEAD is now at ea9b69c04 docs: infra register IR-16 — kill_tree termination-return audit (re-homed ex-#130)
2026-08-03T03:37:11.8223972Z [command]/usr/bin/git branch --delete --force main
2026-08-03T03:37:11.8259596Z Deleted branch main (was ea9b69c04).
2026-08-03T03:37:11.9004693Z ##[endgroup]
2026-08-03T03:37:11.9009372Z [command]/usr/bin/git submodule status
2026-08-03T03:37:11.9205718Z ##[group]Cleaning the repository
2026-08-03T03:37:11.9208783Z [command]/usr/bin/git clean -ffdx
2026-08-03T03:37:15.2841286Z Removing target/
2026-08-03T03:37:15.2852423Z [command]/usr/bin/git reset --hard HEAD
2026-08-03T03:37:15.2979959Z HEAD is now at ea9b69c04 docs: infra register IR-16 — kill_tree termination-return audit (re-homed ex-#130)
2026-08-03T03:37:15.2984583Z ##[endgroup]
2026-08-03T03:37:15.2986013Z ##[group]Disabling automatic garbage collection
2026-08-03T03:37:15.2989776Z [command]/usr/bin/git config --local gc.auto 0
2026-08-03T03:37:15.3013562Z ##[endgroup]
2026-08-03T03:37:15.3014087Z ##[group]Setting up auth
2026-08-03T03:37:15.3018911Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-03T03:37:15.3041196Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-03T03:37:15.3224456Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-03T03:37:15.3248630Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-03T03:37:15.3435292Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-03T03:37:15.3462328Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-03T03:37:15.3649645Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-03T03:37:15.3680646Z ##[endgroup]
2026-08-03T03:37:15.3681157Z ##[group]Fetching the repository
2026-08-03T03:37:15.3686869Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +a5042ec7440159a931217ae3c11be156a7675bf6:refs/remotes/origin/golden/ir15
2026-08-03T03:37:15.9415876Z From https://github.com/BigscreenVR/spt-bs-core
2026-08-03T03:37:15.9417241Z  * [new ref]             a5042ec7440159a931217ae3c11be156a7675bf6 -> origin/golden/ir15
2026-08-03T03:37:15.9438640Z ##[endgroup]
2026-08-03T03:37:15.9439344Z ##[group]Determining the checkout info
2026-08-03T03:37:15.9441199Z ##[endgroup]
2026-08-03T03:37:15.9446044Z [command]/usr/bin/git sparse-checkout disable
2026-08-03T03:37:15.9485447Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-03T03:37:15.9508666Z ##[group]Checking out the ref
2026-08-03T03:37:15.9512091Z [command]/usr/bin/git checkout --progress --force -B golden/ir15 refs/remotes/origin/golden/ir15
2026-08-03T03:37:15.9749912Z Previous HEAD position was ea9b69c04 docs: infra register IR-16 — kill_tree termination-return audit (re-homed ex-#130)
2026-08-03T03:37:15.9756883Z Switched to a new branch 'golden/ir15'
2026-08-03T03:37:15.9757308Z branch 'golden/ir15' set up to track 'origin/golden/ir15'.
2026-08-03T03:37:15.9765377Z ##[endgroup]
2026-08-03T03:37:15.9802332Z [command]/usr/bin/git log -1 --format=%H
2026-08-03T03:37:15.9827374Z a5042ec7440159a931217ae3c11be156a7675bf6
